Crate frunk_derives
source ·Expand description
Frunk Derives
This library holds logic for the nice custom derives in Frunk.
Links:
Derive Macros§
- Derives a Generic instance based on HList for a given Struct or Tuple Struct
- Derives a Generic instance based on Field + HList for a given Struct (Tuple Structs not supported because they have no labels)